switch: Avoid a gtk_widget_get_clip call
authorTimm Bäder <mail@baedert.org>
Sat, 17 Mar 2018 19:29:36 +0000 (20:29 +0100)
committerTimm Bäder <mail@baedert.org>
Tue, 20 Mar 2018 08:37:59 +0000 (09:37 +0100)
commitf261bf2fc609b3f8aaa96c2ca4d52d79885a1902
treec90edec7160e84a80056c4204cc7cbcef5ea1a88
parent922b2cf99a3ac49385e7e8fe4689cb04c79d132a
switch: Avoid a gtk_widget_get_clip call

Since we get the correct clip anyway from the gtk_widget_size_allocate
call above.
gtk/gtkswitch.c